home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef PVAboutH
- #define PVAboutH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TAboutBox : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TImage *Image1;
- TBevel *Bevel1;
- TBitBtn *BitBtn1;
- private: // User declarations
- public: // User declarations
- __fastcall TAboutBox(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TAboutBox *AboutBox;
- //---------------------------------------------------------------------------
- #endif
-